drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| # rules to enable debugging support | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| _RC_DEBUG_SH=	case "${DEBUG}" in "") echo "";; *) echo "-DRC_DEBUG";; esac | ||||
| _RC_DEBUG:=	$(shell ${_RC_DEBUG_SH}) | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # rules to make a distribution tarball from a git repo | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| GITREF?=	HEAD | ||||
| DISTPREFIX?=	${NAME}-${VERSION} | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # rules to make .gitignore files | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| IGNOREFILES+=   ${CLEANFILES} | ||||
|  | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| # based on FreeBSD's bsd.lib.mk | ||||
|  | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| SHLIB_NAME=		lib${LIB}.so.${SHLIB_MAJOR} | ||||
| SHLIB_LINK=		lib${LIB}.so | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| # Generic definitions | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| # Generic definitions | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| CPPFLAGS+=	-D_BSD_SOURCE -D_XOPEN_SOURCE=600 | ||||
| LIBDL=		-Wl,-Bdynamic -ldl | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| # Generic definitions | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								mk/os.mk
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mk/os.mk
									
									
									
									
									
								
							| @@ -1,5 +1,5 @@ | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| # Generic definitions | ||||
|  | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| # based on FreeBSD's bsd.prog.mk | ||||
|  | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| OBJS+=			${SRCS:.c=.o} | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # Install rules for our scripts | ||||
| # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| include ${MK}/sys.mk | ||||
| include ${MK}/os.mk | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # Recursive rules | ||||
| # Adapted from FreeBSDs bsd.subdir.mk | ||||
| # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> | ||||
| # All rights reserved. Released under the 2-clause BSD license. | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| _+_ ?= + | ||||
| ECHODIR ?= echo  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user