diff options
| author | Paul Eggert | 2012-12-31 07:34:32 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-31 07:34:32 -0800 |
| commit | fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74 (patch) | |
| tree | f0f7b709719cbfadb22f32f65dab4173a986fa30 /src/tparam.c | |
| parent | 5c560880659048888420389c02e20d6867ec81df (diff) | |
| download | emacs-fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74.tar.gz emacs-fee0bd5f3248ba4485e9a08fdb30cad5b20f7f74.zip | |
Use URLs, not Boston addresses, in copyright notices.
Diffstat (limited to 'src/tparam.c')
| -rw-r--r-- | src/tparam.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tparam.c b/src/tparam.c index 164f61d471b..7875ad20753 100644 --- a/src/tparam.c +++ b/src/tparam.c | |||
| @@ -13,9 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
| 14 | 14 | ||
| 15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
| 16 | along with this program; see the file COPYING. If not, write to | 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 17 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
| 18 | Boston, MA 02110-1301, USA. */ | ||
| 19 | 17 | ||
| 20 | /* Emacs config.h may rename various library functions such as malloc. */ | 18 | /* Emacs config.h may rename various library functions such as malloc. */ |
| 21 | #include <config.h> | 19 | #include <config.h> |