]> Nishi Git Mirror - serenade.git/commitdiff
better header
authornishi <nishi@0f02c867-ac3d-714e-8a88-971ba1f6efcf>
Tue, 23 Apr 2024 02:36:42 +0000 (02:36 +0000)
committernishi <nishi@0f02c867-ac3d-714e-8a88-971ba1f6efcf>
Tue, 23 Apr 2024 02:36:42 +0000 (02:36 +0000)
git-svn-id: file:///raid/svn-main/nishi-serenade/trunk@7 0f02c867-ac3d-714e-8a88-971ba1f6efcf

HEADER
Serenade/Makefile
Serenade/main.c
Serenade/serenade.h
Tool/Makefile
Tool/configgen.c

diff --git a/HEADER b/HEADER
index 9d91f81dcf20839361d8383690cd90a8bf882031..d0992128200e98215fb1ef7de86105dfa88e99ab 100644 (file)
--- a/HEADER
+++ b/HEADER
@@ -1 +1 @@
-Lisp Dialect
+Serenade is a Lisp Dialect
index e303649aa1819e27b42ba18af49399c069b9d2e8..345995bf9a71ebbaecc1dcba794b718d9f587275 100644 (file)
@@ -10,7 +10,7 @@ all: ./serenade$(SUFFIX)
 ./serenade$(SUFFIX): $(SERENADE_OBJS)
        $(CC) $(LDFLAGS) -o $@ $(SERENADE_OBJS) $(LIBS)
 
-.c.o:
+.c.o: ../config.h
        $(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
index 1f9d39a7ecfe8c0c1f1bb8148a7f31fcf74e8889..8f96d617101aca20552cf4e7d76e83a1859bb18c 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 /* --- START LICENSE --- */
 /* -------------------------------------------------------------------------- */
-/*                                                              Lisp Dialect  */
+/*                                                Serenade is a Lisp Dialect  */
 /* -------------------------------------------------------------------------- */
 /* Copyright (c) 2024 Nishi.                                                  */
 /* Redistribution and use in source and binary forms, with or without modific */
index 056972e18e9cab6d4e650c161ce250cee92c011a..2dba2e8bdebb0877aa369c2bd916ff10248af494 100644 (file)
@@ -1,5 +1,31 @@
 /* $Id$ */
 /* --- START LICENSE --- */
+/* -------------------------------------------------------------------------- */
+/*                                                Serenade is a Lisp Dialect  */
+/* -------------------------------------------------------------------------- */
+/* Copyright (c) 2024 Nishi.                                                  */
+/* Redistribution and use in source and binary forms, with or without modific */
+/* ation, are permitted provided that the following conditions are met:       */
+/*     1. Redistributions of source code must retain the above copyright noti */
+/* ce, this list of conditions and the following disclaimer.                  */
+/*     2. Redistributions in binary form must reproduce the above copyright n */
+/* otice, this list of conditions and the following disclaimer in the documen */
+/* tation and/or other materials provided with the distribution.              */
+/*     3. Neither the name of the copyright holder nor the names of its contr */
+/* ibutors may be used to endorse or promote products derived from this softw */
+/* are without specific prior written permission.                             */
+/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS */
+/* " AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, TH */
+/* E IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPO */
+/* SE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS  */
+/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CON */
+/* SEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITU */
+/* TE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPT */
+/* ION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, S */
+/* TRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN AN */
+/* Y WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY  */
+/* OF SUCH DAMAGE.                                                            */
+/* -------------------------------------------------------------------------- */
 /* --- END LICENSE --- */
 
 #ifndef __SERENADE_SERENADE_H__
index 39e4ec6437cd691e5422872af5e648878f345f3d..197d32f315d2ad940d293ffed6bbcc789215b4ae 100644 (file)
@@ -10,7 +10,7 @@ all: ./configgen
 ./configgen: $(CONFIGGEN_OBJS)
        cc -o $@ $(CONFIGGEN_OBJS)
 
-.c.o: ../config.h
+.c.o:
        cc -c -o $@ $<
 
 clean:
index 4c67be64f0ad93fa37631c49be48e7e0c8a55b77..0d84d51a8b89d04b5e1d5633b33f3272e0446eeb 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$ */
 /* --- START LICENSE --- */
 /* -------------------------------------------------------------------------- */
-/*                                                              Lisp Dialect  */
+/*                                                Serenade is a Lisp Dialect  */
 /* -------------------------------------------------------------------------- */
 /* Copyright (c) 2024 Nishi.                                                  */
 /* Redistribution and use in source and binary forms, with or without modific */